.container {
  width: 960px;
  position: relative;
}

:-moz-any-link:focus {
  outline: none;
}

* {margin:0;padding:0}
.clear { clear: both; height: 0; }

.wat-cf:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.wat-cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .wat-cf {height: 1%;}
.wat-cf {display: block;}
/* End hide from IE-mac */

body {
/*  background: #fcfcfc url(images/bg.png) repeat-x left top;*/
  background: #fff url(images/bottom.png) repeat-x left bottom;
  font-family: "Helvetica Neue", arial, sans-serif;
  font-size: 11px;
  color: #222;
}

.container {
  background: #fff url(images/container-full.png) no-repeat left top;
}

#footer {
  text-align: center;
  padding: 20px 0 5px 0;
/*  background: #fff url(images/footer.png) no-repeat right bottom;*/
}

#footer, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
  color: #555;
  text-decoration: none;
}

#bottom-footer a:link, #bottom-footer a:visited, #bottom-footer a:hover, #bottom-footer a:active {
  color: #CCCCCC;
  text-decoration: none;
}

#bottom-footer {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #ccc;
  padding: 14px 0;
  font-size: 11px;
}

#header {
  height: 365px;
}

#header .right {
  float: right;
  margin-right: 10px;
}

#header .left {
  float: left;
  margin-left: 20px;
}

#toolbar {
  height: 46px;
  text-align: right;
  margin-top: 10px;
}

#toolbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#toolbar li {
  text-align: left;
  float: right;
  height: 39px;
  margin-right: 5px;
}

#toolbar li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

#toolbar li a.i {
  background: transparent url(images/toolbar.png) no-repeat left top;
}

#toolbar li a.first {
  width: 93px;
}

#toolbar li a.blog {
  width: 70px;
  background-position: -100px 0;
}

#toolbar li a.newsletter {
  width: 108px;
  background-position: -170px 0;
}

#toolbar li a.feed {
  width: 27px;
  background-position: -280px 0;
}

#toolbar li.form {
  width: 135px;
  background: transparent url(images/toolbar.png) no-repeat left top;
  background-position: -313px 0;
}

#toolbar li.form form {
  position: relative;
}

#toolbar li.form a.search {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 35px;
}

#toolbar li.form {
  margin-right: 0;
}

#search-form input.text {
  margin: 7px 0 0 3px;
  #margin: 5px 0 0 3px;
  _margin: 5px 0 0 3px;
  #font-size: 14px;
  _font-size: 14px;
  width: 92px;
  height: 12px;
/*  padding: 5px;*/
}

#logo {
  width: 0;
  height: 0;
  display: none;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
  display: block;
  height: 100%;
  text-indent: -9999px;
}

#banner {
  width: 922px;
  height: 201px;
  background: transparent url(images/banner.png) no-repeat right top;
  text-align: right;
  margin-left: 18px;
}

#navigation {
  font-weight: bold;
  margin: 18px 0 0 19px;
  padding: 5px 0 5px 12px;
  color: #fff;
  font-size: 14px;
  background: #e2eaf5;
  width: 909px;
}

#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #e2eaf5;
}

#navigation ul li {
  float: left;
  padding: 0;
  position: relative;
}

#navigation ul li span {
  padding: 0 0 0 10px;
  font-weight: bold;
  margin: 0 14px;
  background: transparent url(images/nav-sep.png) no-repeat center;
  text-indent: -9999px;
/*  display: block;
  float: right;
*/}


#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:hover, #navigation ul li a:active {
  color: #1a1a1a;
  text-decoration: none;
}

#navigation ul li a.first_level {
  padding: 5px;
}

#navigation ul li a.first_level:hover {
  background: #fff;
  color: #313035;
}

#navigation ul.submenu {
  position: absolute;
  top: 20px;
  left: 0px;
  background: #343437;
  display: none;
  width: 200px;
  z-index: 100;
  background: #fff;
}

#navigation ul.submenu ul {
  margin: 0;
  padding: 0;
}

#navigation ul {
  z-index: 100;
}

#navigation ul ul {
  z-index: 100;
}

#navigation ul.dropdown ul li a:link, #navigation ul.dropdown ul li a:visited,
#navigation ul.dropdown ul li a:active {
  color: #313035;
}

#navigation ul.dropdown ul li a:hover {
/*  color: #fff;*/
  background: #e2eaf5;
}

/*
	LEVEL ONE
*/
#navigation ul.dropdown                         { position: relative; }
#navigation ul.dropdown li                      { float: left;  }
#navigation ul.dropdown a:hover		            { }
#navigation ul.dropdown a:active                { }
#navigation ul.dropdown li a                    {  padding: 4px 8px;  }
#navigation ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
#navigation ul.dropdown li.hover,
#navigation ul.dropdown li:hover                { position: relative; }
#navigation ul.dropdown li.hover a              {  }


/*
	LEVEL TWO
*/
#navigation ul.dropdown ul 						{ background: #fff; color: #313035; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
#navigation ul.dropdown ul li 					{ font-weight: normal; float: none; }

                                    /* IE 6 & 7 Needs Inline Block */
#navigation ul.dropdown ul li a					{ border-right: none; display: block; }

/*
	LEVEL THREE
*/
#navigation ul.dropdown ul ul 					{ background: #fff; color: #313035; left: 100%; top: 0; }
#navigation ul.dropdown li:hover > ul 			{ visibility: visible; }

#breadcrumb {
  margin: 22px 0 0 20px;
  color: #fff;
  font-size: 13px;
  float: left;
}

.home.index #breadcrumb {
  display: none;
}

.home.index #header {
  height: 330px;
  position: relative;
}

#breadcrumb ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#breadcrumb ul li {
  float: left;
  padding: 0 5px 0 0;
}

#breadcrumb ul li span {
  margin-left: 5px;
}

#breadcrumb ul li a:link, #breadcrumb ul li a:visited, #breadcrumb ul li a:hover, #breadcrumb ul li a:active {
  color: #fff;
  text-decoration: underline;
}

#content {
  padding: 0 0 0 20px;
  float: left;
  width: 602px;
}

#content .inner {
  background: #fff;
  padding: 14px 15px 0 15px;
}

.home.index #content .inner {
  padding: 0 15px;
}

#sidebar {
  width: 307px;
  padding: 0 10px 0 0;
  float: right;
  color: #fff;
}

.home.index #sidebar {
  margin-top: 40px;
}

#sidebar .inner {
  background: #303032 url(images/sidebar.png) repeat-x left top;
}

#sidebar .inner .pad {
  padding: 0 12px;
}

h1.title {
  margin: 0;
  padding: 5px 0 0 18px;
  color: #343437;
  font-size: 26px;
  position: relative;
}

#sidebar h1.title {
  color: #fff;
}

h1.title .arrow {
  position: absolute;
  left: -9px;
  top: 8px;
  width: 21px;
  height: 21px;
  background: transparent url(images/arrow.png) no-repeat left top;
}

#sidebar h1.title .arrow {
  left: -6px;
}

#sidebar h1.title {
  padding-top: 5px;
  font-size: 26px;
  padding-left: 20px;
  margin-bottom: 12px;
}

#content h2.sub-title {
  padding-left: 19px;
  margin: 0;
/*  line-height: 0.8em;*/
  color: #343437;
  font-size: 14px;
  font-style: italic;
}

#content .text {
  padding: 20px 0;
  text-align: justify;
}

#sidebar .text {
  padding: 10px 0;
}

#sidebar .text.events {
  padding-bottom: 20px;
}

#sidebar ul {
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar .events ul li {
  margin-bottom: 10px;
}

#sidebar .events a:link, #sidebar .events a:visited, #sidebar .events a:hover, #sidebar .events a:active {
  color: #fff;
  text-decoration: none;
}

#sidebar .events a.more {
  padding: 5px 18px 5px 0;
  background: transparent url(images/arrow-small.png) no-repeat right 5px;
}

#sidebar .events .bottom {
  text-align: right;
}

#sidebar .links a {
  display: block;
  height: 100%;
}

#sidebar .links .sidebar-link-1 {
  background: transparent url(images/sidebar-link-1.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

#sidebar .links .sidebar-link-2 {
  background: transparent url(images/sidebar-link-2.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

#sidebar .links .sidebar-link-3 {
  background: transparent url(images/sidebar-link-3.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

#sidebar .links .sidebar-link-4 {
  background: transparent url(images/sidebar-link-4.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

#sidebar .links .sidebar-link-5 {
  background: transparent url(images/sidebar-link-5.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

#sidebar .links .sidebar-link-6 {
  background: transparent url(images/sidebar-link-6.png) no-repeat center;
  height: 92px;
  text-indent: -9999px;
}

ul.category-articles {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

ul.category-articles li {
  margin-bottom: 10px;
  padding-left: 25px;
  background: transparent url(images/arrow.png) no-repeat left center;
}

ul.category-articles a:link, ul.category-articles a:visited, ul.category-articles a:hover, ul.category-articles a:active {
  color: #1a1a1a;
}

#articles.text {
  padding: 7px 0 0 0;
  position: relative;
}

#articles .archive-link:link, #articles .archive-link:visited, #articles .archive-link:hover, #articles .archive-link:active {
  position: absolute;
  right: 0;
  top: -25px;
  color: #222;
  text-decoration: none;
  padding: 2px 20px 2px 0;
  background: transparent url(images/arrow-small.png) no-repeat right 5px;
  font-size: 14px;
}

#articles .article {
  background: transparent url(images/news-sep.png) repeat-x left bottom;
  padding: 8px 0 25px 0;
}

#articles .article.last {
  background: none;
}

#articles .article .image {
  float: left;
  width: 130px;
}

#articles .article .right {
  margin-left: 135px;
}

#articles .article h2 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #343437;
  font-size: 20px;
  position: relative;
  line-height: 1em;
}

#articles .article h2 a:link, #articles .article h2 a:visited, #articles .article h2 a:hover, #articles .article h2 a:active {
  color: #343437;
  text-decoration: none;
}

#articles .article h3 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #343437;
  font-size: 10px;
  font-style: italic;
}

#highlights {
  margin-bottom: 10px;
}

#highlights .embed {
  float: left;
  z-index: -1;
}

#highlights .embed object, #highlights .embed embed {
  z-index: -1;
}

#highlights .icons {
  float: right;
  width: 116px;
}


#follow {
  margin: 15px 10px 0 0;
  text-align: right;
  float: right;
  width: 300px;
}

.home.index #follow {
  position: absolute;
/*  margin: 20px 10px 0 0;*/
  right: 0px;
  bottom: -29px;
}

#follow ul {
  list-style-type: none;
}

#follow h4 {
  color: #fff;
  display: inline;
  margin: 0 10px 0 0 ;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
  line-height: 2em;
}

#follow .share-links {
  margin: 0;
  padding: 0;
  float: right;
}

#follow .share-links li {
  text-align: left;
  float: left;
  height: 33px;
  text-indent: -9999px;
  margin-right: 5px;
}

#follow .share-links li a {
  display: block;
  width: 29px;
  height: 33px;
  text-indent: -9999px;
  cursor: pointer;
}

#follow .share-links li.fb a {
  background: transparent url(images/share.png) 0 0;
}

#follow .share-links li.dl a {
  background: transparent url(images/share.png) -34px 0;
}

#follow .share-links li.tw a {
  background: transparent url(images/share.png) -67px 0;
}

#follow .share-links li.fl a {
  background: transparent url(images/share.png) -99px 0;
}

#follow .share-links li.yt {
  margin-right: 0;
}

#follow .share-links li.yt a {
  background: transparent url(images/share.png) -132px 0;
}

#follow .share h4 .arrow {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 21px;
  height: 21px;
  background: transparent url(images/arrow-small.png) no-repeat left top;
}

#login-container {
  margin: 15px 0 15px 0;
  padding: 10px;
  padding-left: 130px;
  background: #c4c4c5 url(images/area-soci.png) no-repeat 18px 9px;
  position: relative;
}

#login-container a:link, #login-container a:visited, #login-container a:hover, #login-container a:active {
  color: #222;
  text-decoration: none;
  line-height: 2em;
  margin-left: 30px;
}

#login-container .arrow {
  display: none;
  position: absolute;
  left: -6px;
  top: 11px;
  width: 21px;
  height: 21px;
  background: transparent url(images/arrow.png) no-repeat left top;
}

#login-container input.text{
  width: 140px;
  padding: 2px;
  font-size: 16px;
  margin: 0 0 5px 0;
}

ul.thumbs {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
  margin-left: 35px;
}

ul.thumbs li {
  float: left;
  width: 132px;
  height: 132px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
  margin: 0 47px 47px 0;
  position: relative;
}

ul.thumbs li .info, ul.thumbs li .info-bg {
  padding: 2px 3px;
  text-align: left;
  width: 114px;
  height: 36px;
  position: absolute;
  bottom: 5px;
  left: 6px;
  background: transparent;
  overflow: hidden;
}

ul.thumbs li .info-bg {
  background: #fff;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

ul.thumbs li .info a:link, ul.thumbs li .info a:visited, ul.thumbs li .info a:hover, ul.thumbs li .info a:active {
  text-decoration: none;
  color: #222;
  display: block;
}

ul.thumbs li .info .name, ul.thumbs li .info .surname, ul.thumbs li .info .role {
  display: block;
  line-height: 0.95em;
}

ul.thumbs li .info .name {
  font-size: 13px;
}

ul.thumbs li .info .surname {
  font-size: 13px;
}

ul.thumbs li .info .role {
  font-size: 12px;
}

ul.thumbs li .detail-container {
  display: none;
}

ul.thumbs li .detail {
  width: 750px;
  height: 500px;
}

.publication.detail .left {
  float: left;
  width: 320px;
}

.publication.detail .right {
  margin-left: 350px;
}

.publication.detail .right .text {
  text-align: justify;
  margin-bottom: 40px;
}

.publication.detail h2.sub-title {
  line-height: 0.8em;
  color: #343437;
  font-size: 14px;
  font-style: italic;
  margin: 8px 0 20px 0;
}

.articles.index.download #content .text {
  background: transparent url("images/news-sep.png") repeat-x left bottom;
  margin-bottom: 40px;

}

.articles.download ul.downloads {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.articles.download ul.downloads li {
  background: transparent url("images/bg-download.png") no-repeat left top;
  height: 95px;
  padding: 5px 10px;
}

.articles.download ul.downloads li .left {
  float: left;
}

.articles.download ul.downloads li .right {
  float: right;
}

.articles.download ul.downloads li .right {
  padding-top: 15px;
}

.articles.download ul.downloads li .date {
  font-style: italic;
}

.articles.download ul.downloads li h2 {
  font-size: 14px;
  line-height: 1.1em;
  margin: 0;
  width: 500px;
}

.articles.download ul.downloads li h2 a:link, .articles.download ul.downloads li h2 a:visited,
.articles.download ul.downloads li h2 a:hover, .articles.download ul.downloads li h2 a:active {
  text-decoration: none;
  color: #222;
}

#sidebar .friendfeed {
}

#sidebar .text.events {
  background: transparent url(images/events-separator.png) no-repeat 2px bottom;
}

#contacts_form {
  width: 450px;
  padding: 50px 50px 20px;
  margin: 0 auto 100px auto;
  background: #c4c4c5 url(images/contacts_form.png) repeat-x left bottom;
}

#contacts_form .label {
  font-size: 16px;
  float: left;
  display: block;
  width: 180px;
  color: #fff;
}

#contacts_form .label.file {
  float: none;
  margin: 0;
}

#contacts_form .text_field {
  font-size: 16px;
  width: 250px;
  margin: 0;
}

#contacts_form .text_area {
  width: 420px;
}

#contacts_form input[type="file"] {

}

#contacts_form .group {
  margin-bottom: 15px;
}

#contacts_form .error {
  background:none;
  border:none;
  color:#8A1F11;
}

#contacts_form .navform {
  text-align: right;
  padding-right: 20px;
}

#contacts_form .submit {
  color: #fff;
  border: none;
  background: transparent;
  font-size: 20px;
  vertical-align: middle;
}

#contacts_form .image {
  vertical-align: middle;
}

#tag-filter {
  font-size: 18px;
  text-align: right;
}

#tag-filter span {
  display: block;
  #padding-top: 5px;
  _padding-top: 5px;
}

#tag-filter select {
  float: right;
  margin-left: 5px;
}

.article-share img {
  margin-right: 5px;
}

.article-share span {
  vertical-align:top;
}

.articles.index.private #content {
  background: transparent;
}

.articles.index.private #content .inner,
#private-container {
  background: #3d3d3d;
  color: #fff;
  margin-bottom: 50px;
}

.articles.index.private #content .inner {
  background: #3d3d3d url(images/text-bottom-private.png) no-repeat left bottom;
}

.articles.index.private #content h1.title, .articles.index.private #content h2.sub-title {
  color: #fff;
}

.articles.index.private #content .inner {
  border: 1px solid #fff;
}


#private-container ul.downloads {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#private-container ul.downloads li {
  background: transparent url("images/bg-private.png") no-repeat left top;
  height: 161px;
  padding: 5px 10px;
  color: #222;
}

#private-container ul.downloads li .left {
  float: left;
  width: 450px;
}

#private-container ul.downloads li .right {
  float: right;
}

#private-container ul.downloads li .right {
  padding-top: 15px;
}

#private-container ul.downloads li .date {
  font-style: italic;
}

#private-container ul.downloads li h2 {
  font-size: 18px;
  margin: 0;
}

#private-container ul.downloads li h2 a:link, #private-container ul.downloads li h2 a:visited,
#private-container ul.downloads li h2 a:hover, #private-container ul.downloads li h2 a:active {
  text-decoration: none;
  color: #222;
}


.text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-inner .text ul li a:link, .main-inner .text ul li a:visited, .main-inner .text ul li a:hover, .main-inner .text ul li a:active,
.publication-text a:link, .publication-text a:visited, .publication-text a:hover, .publication-text a:active{
  text-decoration: none;
  color: #222;
  background:url("images/arrow.png") no-repeat scroll left center transparent;
  margin-bottom:10px;
  display: block;
  padding: 2px 0 2px 25px;
}

.message {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

#shade-left {
  position: absolute;
  bottom: 34px;
  #bottom: 33px;
  _bottom: 33px;
  left: -6px;
  width: 6px;
  height: 106px;
  background: transparent url(images/shade-left.png) no-repeat left top;
}

#shade-right {
  position: absolute;
  bottom: 34px;
  #bottom: 33px;
  _bottom: 33px;
  right: -6px;
  width: 6px;
  height: 106px;
  background: transparent url(images/shade-right.png) no-repeat left top;
}

#content .inner.main-inner {
  min-height: 950px;
  position: relative;
  background: #fff url(images/text-bottom.png) no-repeat left bottom;
  margin-bottom: 50px;
}

.home #content .inner.main-inner {
  min-height: 10px;
}

#content .inner.main-inner .shade-left {
  position: absolute;
  bottom: 0px;
  left: -5px;
  width: 5px;
  height: 115px;
  background: transparent url(images/text-left.png) no-repeat left top;
}

.articles.index.private #content .inner .shade-left {
  position: absolute;
  bottom: 3px;
  left: -6px;
  width: 6px;
  height: 107px;
  background: transparent url(images/text-left-private.png) no-repeat left top;
}

.articles.index.private #content .inner .shade-right {
  position: absolute;
  bottom: 3px;
  right: -6px;
  width: 6px;
  height: 107px;
  background: transparent url(images/text-right-private.png) no-repeat left top;
}

#content .inner.main-inner .shade-right {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 5px;
  height: 115px;
  background: transparent url(images/text-right.png) no-repeat left top;
}


.pagination {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active {
  color: #222;
}

.private .pagination a:link, .private .pagination a:visited, .private .pagination a:hover, .private .pagination a:active {
  color: #fff;
}

#articles {
  padding-top: 10px;
}

#highlights .icons a, #highlights .icons .embed, #highlights .icons .image {
  display: block;
  margin-bottom: 0px;
}

#highlights .icons a, #highlights .icons .embed {
  margin-bottom: 5px;
}

#highlights .icons a.last, #highlights .icons .embed.last, #highlights .icons .image.last {
  margin-bottom: 0px;
}

.private-login {
  background: #fff url(images/username.png) no-repeat 5px center;
}

.private-password {
  background: #fff url(images/password.png) no-repeat 5px center;
}


#friendfeed.widget {
/*  border: none !important;*/
}

#friendfeed.widget .feed, #friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span,
#friendfeed.widget a, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td {
  background: transparent !important;
}

.friendfeed-container {
  padding: 5px 0px 5px 0;
  width: 307px;
  text-align: center;
  background: #fefefe url(images/bg-friendfeed.png) repeat-x left top !important;
  margin: 15px 0;
}

#friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget a, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td  {
  font-size: 11px !important;
}

.friendfeed-container .friendfeed-box {
  border: 1px solid #437EC7;
  width: 295px !important;
  text-align: left;
  margin: 0 auto !important;
}

#friendfeed.widget {
  border: none !important;
}

.friendfeed-container .friendfeed-box h4 {
  margin: 0;
  padding: 0;
  height: 29px;
  background: transparent url(images/friendfeed-title.png) no-repeat 13px 5px;
  text-indent: -9999px;
  position: relative;
}

.friendfeed-container .friendfeed-box h4 .arrow {
  position: absolute;
  left: -6px;
  top: 4px;
  width: 21px;
  height: 21px;
  background: transparent url(images/arrow.png) no-repeat left top;
}

a.stbutton {
  padding: -15px 5px 5px 22px !important;
}

.share-links-container {
  position: relative;
}

.share-links-container img {
  vertical-align: middle;
}

#fancybox-wrap {
  z-index: 9999;
}

#login-container {
  background: #59524a url("images/areasoci4.png") no-repeat left top;
  height: 55px;
}

.event-image {
  float: left;
  margin: 0 10px 10px 0;
}


.body ul {
  list-style-type: disc;
  padding: 0 0 0 12px;2
}
